home *** CD-ROM | disk | FTP | other *** search
-
- // Test file
- // for Texture plots
-
-
- #include color.vc
- #include glass.tex
-
- studio {
- from 180 360 110
- at 0 0 90
- up 0 0 1
- angle 45
- res 640 480
- antialias adaptive
- threshold 10
- aspect 1.3333
- background navy_blue
- }
-
- light {
- type point
- at 0 0 0
- falloff 0
- position -100 50 100
- color .3 .3 .3
- }
- light {
- type point
- at 0 250 0
- falloff 0
- position 50 100 100
- color .3 .3 .3
- }
- light {
- type point
- at 0 300 0
- falloff 0
- position -50 100 100
- color .3 .3 .3
- }
- light {
- type point
- at 0 350 0
- falloff 0
- position 100 -50 100
- color .3 .3 .3
- }
- surface {
- texture {
- pattern checker
- scale 75 75 0
- surface { diff white spec .2 .2 .2 shine 75}
- surface { diff black spec .2 .2 .2 shine 50}
- }
- }
-
- ring {
- center 0 0 0
- normal 0 0 -1
- radius 5000
- }
- //surf { spec .3 .3 .3
- // shine 30
- // trans .7 .7 .7
- // ior 1.2
- //}
-
- glass
- transform { scale .7 rotate 0 90 0 translate -5 -10 212 }
- #include c:\vivid\lathe\snifter.vo
- transform_pop
-
-